projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5285445
)
(mode-line-format): Adjust spacing around vc-mode.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 2006 01:57:45 +0000
(
01:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Aug 2006 01:57:45 +0000
(
01:57
+0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 8a96387f2a169b6e1340a40dac78defbf8317587..caaddc67e86c574e5644c6260a0f9fee50878156 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-291,7
+291,8
@@
Keymap to display on minor modes.")
'mode-line-buffer-identification
(propertize " " 'help-echo help-echo)
'mode-line-position
- `(vc-mode ("" vc-mode ,(propertize " " 'help-echo help-echo)))
+ `(vc-mode ("" vc-mode))
+ (propertize " " 'help-echo help-echo)
'mode-line-modes
`(which-func-mode ("" which-func-format ,dashes))
`(global-mode-string (,dashes global-mode-string))